www.gusucode.com > Neutrosophic logic toolbox Package_ Neutrosophic Matrices > Neutrosophic logic toolbox Package_ Neutrosophic Matrices/@nm/compoff.m

    function At=compoff(A);
% function st=disp_intui(A);
% maxminmin of two single valued neutrosophic matrix A and B 
% "A" have to be single valued neutrosophic  matrix - "nm" object:
%"B" have to be single valued neutrosophic  matrix - "nm" object:
phi=input('Enter the value of underlimit=')
omega=input('Enter the value of overlimit=')
a.m=A.n;
a.i=phi+omega-A.i;
a.n=A.m;
At=nm(a.m,a.i,a.n);